Create .hgskip files instead of .bk_skip files.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 12 Jul 2005 09:38:02 +0000 (09:38 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 12 Jul 2005 09:38:02 +0000 (09:38 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
buildconfigs/Rules.mk

index f55480192521d3168db8833ad4fc143d78de6313..5700f2155673d771686d1d85e9d468cb5bc573d7 100644 (file)
@@ -54,11 +54,11 @@ endif
 pristine-%/.valid-pristine: %.tar.bz2
        rm -rf tmp-pristine-$* $(@D)
        mkdir -p tmp-pristine-$*
-       touch tmp-pristine-$*/.bk_skip
        tar -C tmp-pristine-$* -jxf $<
        -@rm tmp-pristine-$*/pax_global_header
        mv tmp-pristine-$*/* $(@D)
        @rm -rf tmp-pristine-$*
+       touch $(@D)/.hgskip
        touch $@ # update timestamp to avoid rebuild
 
 PATCHDIRS := $(wildcard patches/*-*)